/*
* @Author: Administrator
* @Date:   2016-06-21 09:29:29
* @Last Modified by:   洪呈委
* @Last Modified time: 2019-07-12 11:37:00
*/
 .bannernav-orderright ul li:hover .orderright-top{
	padding-top: 15px;
} 
body{
	min-width: 1200px;
}
.bannernav{
	width: 100%;
	height: 100%;
}

.bannernav-banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
        background: rgba(39, 12, 99, 0.8);

}
	
.bannernav-banner > ul{
	text-align: center;
}
.bannernav-banner > ul li{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 50%;
	margin-left: -50%;
	display: none;
}
.bannernav-banner > ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.bannernav-nav {
	height: 100px;
	width: 100%;
	background: rgba(39, 12, 99, 0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
	
}
.bannernav-nav.active{
	height: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: rgba(39, 12, 99, 1);
	z-index: 9999;

}
.bannernav-navleft{
	float: left;
	height: 100%;
       background: rgba(0,0,0,0); 

}
.bannernav-navright{
	float: left;
	width: 1200px;
	height: 100%;
	background: rgba(0,0,0,0); 
	border-radius: 0 30px 30px 0;
}
.navright-logo{
	height: 40px;
	margin-top: 30px;
	float: left;
	margin-right: 30px;
}
.bannernav-nav.active .navright-logo{
	margin-top: 10px;
}
.navright-logo img{
	height: 100%;
}
.navright-list {
	float: left;
	position: relative;
}
.navright-list .slidecont{
	position: absolute;
	background: rgba(0, 0, 0, .3);
	width: 8em;
	z-index: 9999;
	display: none;
}
.navright-list .slidecont  li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #4E4EA9;
}
.navright-list .slidecont li:last-child{
	border-bottom: none;
}
.navright-list .slidecont  li:hover{
	/* background: #F5F5F5; */
}
.navright-list ul li{
	float: left;
	line-height: 100px;
	font-size: 14px;
	width:8em;
	text-align: center;
	height: 100px;
}
.bannernav-nav.active .navright-list>ul>li{
	height: 60px;
	line-height: 60px;
}
.navright-list ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.navright-list > ul > li:hover >a{
	color: #ffa500;

}
.navright-list > ul > li ul li:hover{
	background: rgba(0, 0, 0, .4);
}
.navright-list > ul > li ul li:hover a{
	color: #ffa500;
	

}
.navright-list > ul > li.positionli{
	border-bottom: 3px solid #EB6100;
}
.navright-list > ul > li:hover,
.navright-list > ul > li.active{
	border-bottom: 2px solid #ffa500;
	background: rgba(0, 0, 0, .3);
}
.navright-login{
	float: right;
	line-height: 100px;
	font-size: 14px;
}
.bannernav-nav.active .navright-login{
	line-height: 60px;
}
.navright-login img{
	width: 28px;
	margin-right: 6px;
}
.navright-login span{
	margin: 0 6px;
	color: #fff;
}
.navright-login a{
	text-decoration: none;
	color: #fff;
}
.navright-login a:hover{
	color: #ffa500;
}
.bannernav-order{
	width: 1200px;
	 background: rgba(255,255,255,0); 
	height: 140px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -600px;
	border-radius: 6px;
	/* padding: 20px; */
}
.bannernav-orderleft{
	float: left;
	/* padding-left: 40px; */
	margin-top: 40px;
}
.bannernav-orderleft p:first-child{
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 10px;
}
.bannernav-orderleft p input{
	width: 300px;
	height: 40px;
	border: 1px solid #ffa500;
	border-radius: 20px;
	background: rgba(0,0,0,0);
	color: #ffa500;
	padding-left: 20px;
	outline: none;
	font-size: 14px;
}
.bannernav-orderleft p button{
	background: #ffa500;
	width: 90px;
	height: 40px;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 15px;
	color: #fff;
	outline: none;
	box-shadow: -1px -1px 2px #ffa500 inset;
}
.bannernav-orderleft p button:hover{
	background: #d15600;
}
.bannernav-orderleft p input::-webkit-input-placeholder{
    color: #ffa500;
}
.bannernav-orderright{
	float: right;
	margin-left: 20px;
}
.bannernav-orderright ul{
	height: 140px;
}
.bannernav-orderright ul li{
	float: left;
	padding: 0 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.bannernav-orderright ul li:last-child{
	padding-right: 0;
}
.bannernav-orderright ul li a{
	color: #fff;
	text-decoration: none;
}
.orderright-top{
	height: 80px;
	padding-top: 15px;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
.orderright-top img{
	height: 44px;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
/* .bannernav-orderright ul li:hover .orderright-top{
	padding-top: 0;
} */
.orderright-topcont{
	height: 44px;
	background-position: center center !important;
	background-size: contain!important;
	
}
.bannernav-orderright ul li:hover .orderright-topcont{
	background-position: center 0px !important;
}

.leftBtn2,.rightBtn2{width: 40px; height: 34px; position: absolute; top: 50%;
	margin-top: -42px; display: none; cursor: pointer;}
.leftBtn2{left: 30px; background: url(../images/left.png) no-repeat center center;}
.rightBtn2{right: 30px; background: url(../images/right.png) no-repeat center center;}


/* 尾部内容 */
.footlast{
	width: 100%;
	/* height: 450px; */
	background: url(../images/lastbg.png) no-repeat;
	background-size: cover;
	padding: 60px 0 40px;
	font-size: 16px;
	margin-bottom: -2px;
	
}
.footlastmain{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.footlastleft{
	width: 470px;
	border-right: 1px solid #3E4756;
	padding: 10px 0;
	float: left;
}
.footlastcenter{
	width: 360px;
	padding: 10px 0 10px 100px;
	float: left;
}
.footlastright{
	width: 220px;
	float: right;
}
.footlastlefttop{
	overflow: hidden;
	color: #fff;
	font-size: 20px;
}
.footlastlefttopleft{
	float: left;
	border-right:1.5px solid #fff;
	
	padding-right: 15px;
}
.footlastlefttopleft img{
	height: 70px;
}
.footlastlefttopright{
	float: left;
	padding: 5px 15px;
	line-height: 30px;
}
.footlastleftcent{
	color: #bcbcbc;
	margin: 15px 0;
}
.footlastleftcent a{
	color: #bcbcbc;
	text-decoration: none;
	margin: 0 4px;
}
.footlastleftcent a:hover{
	color: #fff;
}
.footlastleftbom{
	color: #bcbcbc;
}
.footlastleftbom p{
	margin-bottom: 10px;
}
.footlastleftbom p i{
	width: 20px;
	margin-right: 10px;
}
.footlastleftbom p a{
	color: #bcbcbc;
	text-decoration: none;
}
.footlastleftbom p span{
	margin-right: 20px;
}
.footlastcenter p{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
}
.footlastcenter ul li a{
	color: #bcbcbc;
	text-decoration: none;
	margin-right: 60px;
	
}
.footlastcenter ul li a:hover{
	color: #fff;
}
.footlastcenter ul li{
	margin-bottom: 10px;
}
.footlastright p{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
}
.footlastright ul li{
	float: left;
	margin-right: 20px;
	
}
.footlastright ul li:last-child{
	margin-right: 0;
}
.footlastright ul li img{
	width: 100px;
	height: 100px;
}
.footlastright ul li p{
	font-size: 16px;
	color: #bcbcbc;
	text-align: center;
}

.navright-list > ul > li.jinbohui a{
	color: #952828;
}
/* 产品服务 */
.product{
	width: 100%;
	margin: 0 auto;
	/* background: url(../images/bgmap.png) no-repeat center top; */
	padding-top: 30px;
	padding-bottom: 30px;
}
.product-title{
	width: 110px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: #333;
	background: url(../images/title.png) no-repeat center bottom;
	line-height: 60px;
}
.product-title i:first-child{
	margin-left: 0;
}
.product-title i{
	font-style: normal;
	margin-left: 6px;
}

.productjies{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 20px;
}
.productcontwai{
	background: url(../images/bgmap.png) no-repeat center top;
	background-size: 80%;
}
.productcont{
	height: 520px;
	/* overflow: hidden; */
	position: relative;
	
}
.productcontleft{
	float: left;
	font-size: 20px;
	color: #808080;
	padding: 30px 0;
	width: 240px;
}
.productcontright{
	float: left;
	width: 760px;
}
.productcontleft ul li{
	margin-bottom: 70px;
	padding-left: 60px;
	cursor: pointer;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
.productcontleft ul li:last-child{
	margin-bottom: 0;
}
.productcontleft ul li.active
{
	color: #333;
	font-size: 24px;
}
.productcontright{
	padding: 30px;
	font-size: 16px;
}
.productcontright .productcontrightlie > p{
	line-height: 30px;
	margin-bottom: 30px;
	padding: 0 70px;
}
.productcontright p a{
	color: #a5a5a5;
	text-decoration: none;
}
.productcontright p a:hover{
	color: #EB6100;
	text-decoration: none;
}
.productcontrightlie{
	display: none;
}
.productcontrightliebom{
	/* margin-top: 80px; */
	overflow: hidden;

}
.productcontrightliebom2{
	margin-top: 60px;
	overflow-y: hidden;
	padding-left: 50px;
}
.productcontrightliebom ul li{
	float: left;
	text-align: center;
	width: 25%;
	cursor: pointer;
}
.productcontrightliebom2 ul li{
	float: left;
	text-align: center;
	width: 16%;
	cursor: pointer;
}
.productcontrightliebom2 ul li:first-child{
	border-right: 1px solid #CED3D5;
}
.productcontrightliebom ul li img{
	height: 44px;
	width: auto;
}
.productcontrightliebom2 ul li img{
	height: 44px;
}
.productcontrightliebom-top{
	height: 80px;
	padding-top: 25px;
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
.productcontrightliebom-top p{
	text-align: center;
	display: none;
}
.productcontrightliebom ul li:hover .productcontrightliebom-top{
	padding-top: 0;
}
.productcontrightliebom2 ul li:hover .productcontrightliebom-top{
	padding-top: 0;
}
.xiandian{
	width: 1px ;
	height: 100%;
	background: #C7CCCE;
	position: absolute;
	left: 240px;
}
.xiandian i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #EB6100;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	position: absolute;
	top: 40px;
	left: -4.5px;

}

/* 成功案例 */
.successcase{
	width: 100%;
	/* height: 450px; */
	background: url(../images/successcasebg.png) no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.product-title2{
	width: 100px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: url(../images/title2.png) no-repeat center bottom;
	line-height: 50px;
}
.product-title2 i:first-child{
	margin-left: 0;
}
.product-title2 i{
	font-style: normal;
	margin-left: 6px;
}
.successcasecont{
	width: 1200px;
	margin: 0 auto;
}
.successcasecontmain{
	height: 200px;
	margin-top: 30px;
}
.successcasecontmain-left{
	float: left;
	width: 50px;
	text-align: center;
	line-height: 200px;
}
.successcasecontmain-left i,
.successcasecontmain-right i{
	color: #5E5E5E;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	font-size: 26px;
	cursor: pointer;
}
.successcasecontmain-left i{
	padding: 0px 3px 1px 0px;
}
.successcasecontmain-right i{
	padding: 0px 0px 1px 3px;
}
.successcasecontmain-left i:hover,
.successcasecontmain-right i:hover
{
	background: #EB6100;
	color: #fff;
}
.successcasecontmain-center{
	float: left;
	width: 1100px;
	overflow: hidden;
	position: relative;
}
.successcasecontmain-right{
	float: left;
	width: 50px;
	text-align: center;
	line-height: 200px;
}
.successcasecontmain-center ul{
	height: 200px;
	width: 9900px;
	position: relative;
	left: 0;
	top: 0;
}
.successcasecontmain-center ul li{
	float: left;
	height: 200px;
}
.successlie{
	float: left;
	width: 510px;
	background: #fff;
	margin: 0 20px;
	box-shadow: 2px 2px 2px #48484B;
	cursor: pointer;

}
.successlierighttitle{
	font-size: 16px;
}
.successlie:hover .successlierighttitle{
	color: #eb6100;
	
}
.successlie:hover .successlierightlast a{
	color: #eb6100;
}
.successlieleft{
	float: left;
}
.successlieleft img{
	height: 200px;
	width: 200px;
}
.successlieright{
	padding: 20px;
	float: left;
	width: 310px;
}
.successlierighttitle{
	color: #383737;
	font-weight: bold;
	margin-bottom: 15px;
}
.successlierightmain{
	color: #333;
	margin-bottom: 40px;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden; */
	font-size: 14px;
}
.successlierightlast a{
	color: #383737;
	text-decoration: none;
}
.successcasecontlast ol{
	overflow: hidden;
	width: 48px;
	margin: 20px auto 30px;
}
.successcasecontlast ol li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	margin-left: 4px;
}
.successcasecontlast ol li.active{
	width: 20px;
	background: #EB6100;
	border-radius: 5px;
}
.successcasecontlast ol li:first-child{
	margin-left: 0;
}

/* 新闻动态 */
.newcont{
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 80px;
}
.newcontmainhead button{
	background:#fff;
	color: #eb6100;
	border: 1px solid #eb6100;
	width: 100px;
	height: 40px;
	border-radius: 25px;
	font-size: 16px;
	outline: none;
	margin-right: 20px;
}
.newcontmainhead button.active{
	color: #a5a5a5;
	border-color: #a5a5a5;
}
.newcontmainhead a{
	float: right;
	color: #a5a5a5;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
}
.newcontmainhead a:hover{
	color: #eb6100;
}
.newcontmainhead{
	height: 40px;
	margin: 40px 0 15px 0;

}
.newcontmaincent{
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}
.newcontmaincent ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.newcontmaincent ul li{
	line-height: 40px;
	height: 40px;
}
.newcontmaincent ul a:hover{
	color: #eb6100;
	background: #F7F7F7;
}
.newcontmaincent ul a i{
	float: right;
	font-style: normal;
}
.newcontmaincent ul a span{
	display: inline-block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 合作伙伴 */
.partner{
	background: #F7F7F7;
	padding: 30px 0 0 0;
}
.partnercont{
	width: 1200px;
	margin: 0 auto;
	
}
.partnercontmain{
	margin-top: 20px;
}


/* 悬浮 */
.suspension{
	width: 30px;
	position: fixed;
	bottom: 10%;
	right: 50px;
	display: none;
}
.suspension span{
	display: inline-block;
	width: 30px;
	height: 30px;
	border:1px solid #ED7019;
	text-align: center;
	line-height: 30px;
	margin-bottom: 6px;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.suspension span:hover{
	color: #fff;
	background: #ED7019;
}
.suspension span img{
	width: 20px;
}




/* 2019-7-12 */
.productcont{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.productcontpicselect ul{
	height: 152px;
}
.productcontpicselect ul li{
	float: left;
	width: 20%;
	cursor: pointer;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari 和 Chrome */
	-o-transition: all .3s; /* Opera */
}
.productcontpicselect ul li img{
	width: 100%;
}
.productcontpicselect ul li.active{
	transform:scale(1.2); 
	-webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -o-transform:scale(1.2);
    box-shadow:10px 10px 10px #999;
}
.productcontmain{
	width: 900px;
	margin: 30px auto 10px;
	font-size: 16px;
}
.productcontmainlietitle{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
}
.productcontmainlieicon img{
	width: 100%;
}
.productcontmainhead{
	width: 860px;
	margin: 0 auto 30px;
	line-height: 26px;
	height: 80px;
}